All Questions
34 questions
0votes
1answer
3kviews
Cannot initiate the connection to archive.ubuntu.com
I am unable to update or install any packages through sudo apt-get Following works: ping google.com wget google.com However, apt-get commands fail with an error like: E: Failed to fetch http://...
1vote
1answer
295views
SSH with ProxyCommand never connects
I'm trying to get my SSH connections to go through mitmproxy using the following SSH config file: Host test HostName 10.0.0.246 User testssh ProxyCommand socat - PROXY:10.0.0....
0votes
1answer
1kviews
Squid proxy - multiple IP addresses
I have got a Ubuntu VPS and I want to turn it to a proxy server with multiple IP addresses, so I can use it for bots. However, the problem with the proxy I made is that the websites block it because ...
6votes
2answers
7kviews
netcat missing -x option
I am having problem with nc command, I cannot use a proxy, because there is no -x option, which should be there. nc -h [v1.10-41] connect to somewhere: nc [-options] hostname port[s] [ports] ... ...
1vote
1answer
4kviews
Proxy outgoing traffic via all ports to a single local port using iptables
I have a linux machine, and there is a proxy server runs on this same machine listening 127.0.0.1:1080. I want to use iptables to achieve: For all outgoing HTTP(S) requests via port 1080, direct ...
1vote
0answers
429views
VM with NGINX as SSH proxy for the other guest VM's
I have some Ubuntu Virtual Box VM guests on an OSX host. I want to SSH into these guests through the internet. I want to set up one VM with NGINX as SSH proxy for the other guest VM's. The other ...
1vote
1answer
6kviews
How to set a local proxy for redirecting traffic to remote proxies?
I use proxies (with authentication) in various applications (not system proxy). Thus, I have to update all proxy settings when the proxies or the credentials are changed. I wish to set a fixed local ...
0votes
0answers
656views
How to use a SOCKS5 Proxy in Unix
I have a python bot which works on UDP Protocol. I know that only SOCKS5 Proxies support UDP, but how do I use them? I have seen many tutorials but they're using ssh to connect to remote and that's ...
2votes
1answer
2kviews
Squid Proxy Server Error : Upon Starting
I got this error upon starting Squid Proxy Server using the command sudo squid -z fatal: ipc::mem::segment::create failed to shm_open(/squid-cf__metadata.shm): 13 permission denied How shall I fix it?...
2votes
2answers
830views
Docker behind a proxy requires restart on boot
I am trying to run docker behind a proxy on a linux/ubuntu server machine. I have configured every proxy on the box (FTP/HTTPS/HTTP), I have also configured the Docker proxies mentioned here: https://...
-2votes
1answer
459views
How to make Google Chrome and work through corporate proxy? Ubuntu LTS 18.04
I'm using RDP Ubuntu LTS 18.04 under corporate proxy. When I'm trying to use google it's doesn't load any web pages: This site can’t be reached www.google.com refused to connect. Try: Checking the ...
0votes
1answer
98views
simulate geographic distance between servers
I want to simulate geographic distance, so I need to add delay to each receive/transfer package. I read that squid could work, however, playing with its configuration haven't given me the right ...
2votes
2answers
2kviews
Can't apt update after deleting proxy
I had an apt cache server installed in 192.168.40.97:3142 using apt-cacher-ng. To use it on my laptop I added a file 02proxy in /etc/apt/apt.conf.d directory which had the following content. Acquire::...
1vote
0answers
154views
Include proxy settings into system connections files
I have following connection that my system connects to /etc/NetworkManager/system-connections$ ls connection1 connection2 connection3 one which I have to use proxy settings, let say connection1. Is ...
1vote
1answer
3kviews
Make available port 137 on Wine applications
I am using Ubuntu 17.10 + Wine 2.18 (development version). CCProxy is a proxy server for Windows. It is compatible with Wine, and officially mentioned. I tried and run CCProxy in Wine, everything ...